This is a bucket that is mainly used for rate-limiting. After the one-time burst is used, the refill process begins, and after which, consumption is limited by the refill rate (which is derived from the bucket's size, as well as refill time)
The initial size of a token bucket
Time in MS for the bucket to refill
Total number of tokens this bucket can hold
See Implementation
This is a bucket that is mainly used for rate-limiting. After the one-time burst is used, the refill process begins, and after which, consumption is limited by the refill rate (which is derived from the bucket's size, as well as refill time)